emacs.git
2017-08-09 Justin BurkettMake minor changes to commentary in which-key.el
2017-08-07 Justin BurkettAssign copyright to FSF for ELPA
2017-05-30 Justin BurkettFix which-key-show-remaining-keys option
2017-05-28 Justin BurkettVersion 3.0.1
2017-05-27 Justin BurkettHandle C-h when buffer not showing
2017-05-21 Justin BurkettMerge pull request #171 from wyuenho/patch-1
2017-05-20 Jimmy Yuen... Customize which-key-sort-order with list
2017-05-19 Justin BurkettAdhere to 80 chars per column
2017-05-19 Justin BurkettUse regexp-opt for regexps
2017-05-19 Justin BurkettFixup previous commit
2017-05-19 Justin BurkettAdd which-key-compute-remaps option
2017-05-16 Justin BurkettVersion 3.0
2017-05-16 Justin BurkettPrepare for ELPA release
2017-05-16 Justin BurkettAdd .cask to gitignore
2017-05-16 Justin BurkettUpdate emacs versions for Travis
2017-05-01 Justin BurkettMake -init-buffer-hook a custom var
2017-04-27 Justin BurkettAdd option to show transient maps
2017-04-18 Justin BurkettImprove which-key--any-match-p
2017-04-07 Justin BurkettFix customize type for replacement-alist
2017-03-15 Justin BurkettFix replacement of keys when prefix is nil
2017-02-09 Justin BurkettFix handling of key ranges ("a .. d")
2017-02-07 Justin BurkettVersion 2.0
2016-12-22 Justin BurkettAdd which-key-show-prefix 'mode-line option
2016-12-20 Justin BurkettUpdate README
2016-12-20 Justin BurkettAdd which-key-max-display-columns
2016-12-15 Justin BurkettRemove unused variable
2016-12-15 Justin BurkettFix #156 by allowing multiple replacements
2016-12-12 Justin BurkettTweak TOC in README and fix a link
2016-12-07 Justin BurkettAdd a missing type declaration
2016-12-05 Justin BurkettPrevent display from occurring twice in a row
2016-12-05 Justin BurkettAdd basic timing facility for debugging.
2016-12-01 Justin BurkettRemove old obsolete variables/functions
2016-12-01 Justin BurkettAdd some docstrings
2016-12-01 Justin BurkettRemove some unused functions
2016-12-01 Justin BurkettFixup last commit part 2
2016-12-01 Justin BurkettFixup last commit
2016-12-01 Justin BurkettSupport functions in -add-key-based-replacements
2016-11-30 Justin BurkettFix links to users in README
2016-11-30 Justin BurkettAdd @pdcawley's example to README
2016-11-30 Justin BurkettAdd test for #155
2016-11-30 Justin BurkettFix bug in last commit
2016-11-30 Justin BurkettQuote regexp in -add-key-based-replacements
2016-11-29 Justin BurkettFix a README link
2016-11-29 Justin BurkettNormalize key sequences from -add-key-based-replacements
2016-11-28 Justin BurkettSimplify --format-and-replace
2016-11-25 Justin BurkettFix use of function in -replacement-alist
2016-11-25 Justin BurkettDon't use case-fold-search in --maybe-replace
2016-11-22 Justin BurkettUpdate test
2016-11-22 Justin BurkettConsolidate replacements into one alist
2016-11-06 Justin BurkettMove sort after filter op in --get-formatted-key-bindings
2016-10-31 Justin BurkettUpdate comment in --show-buffer-side-window for prior...
2016-10-31 Justin BurkettRemove use of display-buffer-in-major-side-window
2016-10-29 Justin BurkettAdd which-key-binding-filter-function
2016-10-29 Justin BurkettAdd sort option -prefix-then-key-order-reverse
2016-10-29 Justin BurkettAdd global option for how to sort case
2016-10-18 Justin BurkettMerge pull request #149 from rdotdk/patch-1
2016-10-16 Hariharan Rfix link
2016-10-05 Justin BurkettFix test for recent prefix-name change
2016-10-05 Justin BurkettMake 458c8d9 backwards compatible
2016-10-05 Justin BurkettMove a function for the compiler
2016-10-05 Justin BurkettConsolidate prefix names and key-based replacements
2016-10-04 Justin BurkettFix -maybe-get-prefix-title use of key-binding
2016-09-11 justburResize popup when frame resized
2016-08-31 Justin BurkettMerge pull request #137 from tarsius/outlines
2016-08-31 Justin BurkettMerge pull request #136 from tarsius/fixup
2016-08-31 Jonas BernoulliFollow conventions for section headers
2016-08-31 Jonas BernoulliMove definition of which-key--local-binding-p
2016-08-17 Justin BurkettVersion 1.1.15
2016-08-17 Justin BurkettAdd note about setting delay to zero
2016-08-17 Justin BurkettFix minibuffer echo not displaying
2016-07-28 justburVersion 1.1.14
2016-07-28 justburDisable hack for echo area
2016-07-27 justburFix Makefile
2016-07-09 justburAdd allow-imprecise-window-fit option
2016-07-06 justburExplicitly set tab-width when collecting bindings
2016-07-05 justburFix previous commit
2016-07-05 justburAdd whitelist and blacklist options
2016-06-17 justburRemove setup code
2016-06-16 justburMake current-prefix nil when not showing popup
2016-06-16 justburUse sit-for instead of timer for delay functions
2016-06-15 justburFix arg to which-key-delay-functions
2016-06-15 justburRedesign delayed keys implementation
2016-06-10 justburFix bug in previous commit
2016-06-10 justburIntroduce delayed prefixes
2016-05-27 justburBump version
2016-05-27 justburFix performance issue with secondary timer
2016-05-26 justburBump version
2016-05-26 justburFix --echo when echo-keystrokes nil
2016-05-25 justburRemove some unused code in comments
2016-05-24 justburChange name of arg in define-key-recursively
2016-05-17 justburNew screenshots
2016-05-17 justburMore cleanup of README
2016-05-17 justburREADME typo
2016-05-17 justburFix comment about special keys in README
2016-05-17 justburUpdate docs for new sort function
2016-05-16 justburAdd which-key-local-then-key-order
2016-05-13 justburBump version
2016-05-12 justburAccount for echo-keystrokes = which-key-idle-delay
2016-05-07 justburBump version
2016-05-07 Justin BurkettMerge pull request #122 from redguardtoo/master
next